feat(ske): add ephemeral ske kubeconfig - #1448
Merged
SerseusWasTaken merged 3 commits intoAug 20, 2026
Merged
Conversation
h3adex
marked this pull request as draft
May 8, 2026 08:23
h3adex
force-pushed
the
feat/add-ephemeral-resource-ske-kubeconfig
branch
2 times, most recently
from
May 8, 2026 08:25
e7a7211 to
21ffd96
Compare
h3adex
force-pushed
the
feat/add-ephemeral-resource-ske-kubeconfig
branch
from
May 8, 2026 08:51
21ffd96 to
42e7091
Compare
Contributor
Author
|
|
h3adex
force-pushed
the
feat/add-ephemeral-resource-ske-kubeconfig
branch
9 times, most recently
from
May 11, 2026 11:24
638204f to
ad810c1
Compare
h3adex
marked this pull request as ready for review
May 11, 2026 11:24
Contributor
Author
h3adex
force-pushed
the
feat/add-ephemeral-resource-ske-kubeconfig
branch
3 times, most recently
from
May 18, 2026 06:23
cd6a220 to
0d06641
Compare
h3adex
force-pushed
the
feat/add-ephemeral-resource-ske-kubeconfig
branch
from
May 21, 2026 09:18
0d06641 to
72e2165
Compare
|
This PR was marked as stale after 7 days of inactivity and will be closed after another 7 days of further inactivity. If this PR should be kept open, just add a comment, remove the stale label or push new commits to it. |
h3adex
force-pushed
the
feat/add-ephemeral-resource-ske-kubeconfig
branch
from
May 29, 2026 09:21
72e2165 to
23b550f
Compare
h3adex
force-pushed
the
feat/add-ephemeral-resource-ske-kubeconfig
branch
2 times, most recently
from
June 5, 2026 11:47
dd0520a to
08623d4
Compare
h3adex
force-pushed
the
feat/add-ephemeral-resource-ske-kubeconfig
branch
from
June 9, 2026 11:23
08623d4 to
096316e
Compare
h3adex
force-pushed
the
feat/add-ephemeral-resource-ske-kubeconfig
branch
3 times, most recently
from
July 20, 2026 10:56
ea3a892 to
cb934f4
Compare
|
This PR was marked as stale after 7 days of inactivity and will be closed after another 7 days of further inactivity. If this PR should be kept open, just add a comment, remove the stale label or push new commits to it. |
Member
|
@h3adex Please resolve the comments you've already adressed 😅 |
h3adex
force-pushed
the
feat/add-ephemeral-resource-ske-kubeconfig
branch
from
August 3, 2026 08:55
cb934f4 to
60e1ae5
Compare
Contributor
Author
|
@rubenhoenle done |
Member
|
There are conflicts @h3adex |
h3adex
force-pushed
the
feat/add-ephemeral-resource-ske-kubeconfig
branch
from
August 10, 2026 09:38
60e1ae5 to
73df86b
Compare
Contributor
Author
|
@rubenhoenle resolved conflicts |
h3adex
force-pushed
the
feat/add-ephemeral-resource-ske-kubeconfig
branch
from
August 13, 2026 10:58
73df86b to
ee03b66
Compare
rubenhoenle
force-pushed
the
feat/add-ephemeral-resource-ske-kubeconfig
branch
from
August 18, 2026 12:59
ee03b66 to
e6312a1
Compare
rubenhoenle
reviewed
Aug 18, 2026
rubenhoenle
previously approved these changes
Aug 18, 2026
Signed-off-by: Mauritz Uphoff <mauritz.uphoff@stackit.cloud>
h3adex
force-pushed
the
feat/add-ephemeral-resource-ske-kubeconfig
branch
from
August 18, 2026 14:58
e1096c3 to
a08b081
Compare
Contributor
Author
|
Resolved last comment and squashed commits |
Signed-off-by: Mauritz Uphoff <mauritz.uphoff@stackit.cloud>
SerseusWasTaken
approved these changes
Aug 20, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Description
This PR adds the
stackit_ske_kubeconfigephemeral resource. The default expiration has been reduced to 30 minutes. Since these credentials only need to persist for the duration of a Terraform run, where even slow Helm deployments rarely exceed a 10-15 minute window, a 60-minute expiration is excessive.Tested example code:
https://professional-service.git.onstackit.cloud/professional-service-best-practices/professional-service/pulls/18
Checklist
make fmtexamples/directory)make generate-docs(will be checked by CI)make test(will be checked by CI)make lint(will be checked by CI)